home *** CD-ROM | disk | FTP | other *** search
/ Apple Reference & Presen…rary 6 (Reseller Edition) / Apple Ref. & Pres. Lib.v6.0.toast / pc / 3-Presentations / Markets / Education / HyperCard In Education / Flexible Writing Planner / card_5862.txt < prev    next >
Text File  |  1990-04-02  |  3KB  |  121 lines

  1. -- card: 5862 from stack: in
  2. -- bmap block id: 6280
  3. -- flags: 0000
  4. -- background id: 2602
  5. -- name: essay
  6.  
  7.  
  8. -- part 3 (field)
  9. -- low flags: 80
  10. -- high flags: 6007
  11. -- rect: left=29 top=104 right=274 bottom=475
  12. -- title width / last selected line: 0
  13. -- icon id / first selected line: 0 / 0
  14. -- text alignment: 0
  15. -- font id: 3
  16. -- text size: 12
  17. -- style flags: 0
  18. -- line height: 16
  19. -- part name: Essay
  20.  
  21.  
  22. -- part 4 (field)
  23. -- low flags: 80
  24. -- high flags: 0000
  25. -- rect: left=42 top=40 right=72 bottom=445
  26. -- title width / last selected line: 0
  27. -- icon id / first selected line: 0 / 0
  28. -- text alignment: 0
  29. -- font id: 3
  30. -- text size: 12
  31. -- style flags: 0
  32. -- line height: 16
  33. -- part name: help essay
  34.  
  35.  
  36. -- part 6 (field)
  37. -- low flags: 80
  38. -- high flags: 6007
  39. -- rect: left=27 top=103 right=277 bottom=485
  40. -- title width / last selected line: 0
  41. -- icon id / first selected line: 0 / 0
  42. -- text alignment: 0
  43. -- font id: 3
  44. -- text size: 12
  45. -- style flags: 0
  46. -- line height: 16
  47. -- part name: essay
  48.  
  49.  
  50. -- part 9 (field)
  51. -- low flags: 00
  52. -- high flags: 2007
  53. -- rect: left=25 top=201 right=286 bottom=496
  54. -- title width / last selected line: 0
  55. -- icon id / first selected line: 0 / 0
  56. -- text alignment: 0
  57. -- font id: 3
  58. -- text size: 12
  59. -- style flags: 0
  60. -- line height: 16
  61. -- part name: body
  62.  
  63.  
  64. -- part 10 (field)
  65. -- low flags: 00
  66. -- high flags: 2002
  67. -- rect: left=25 top=144 right=181 bottom=496
  68. -- title width / last selected line: 0
  69. -- icon id / first selected line: 0 / 0
  70. -- text alignment: 1
  71. -- font id: 3
  72. -- text size: 12
  73. -- style flags: 256
  74. -- line height: 16
  75. -- part name: title
  76.  
  77.  
  78. -- part 13 (button)
  79. -- low flags: 00
  80. -- high flags: A000
  81. -- rect: left=371 top=296 right=342 bottom=409
  82. -- title width / last selected line: 0
  83. -- icon id / first selected line: 1008 / 1008
  84. -- text alignment: 1
  85. -- font id: 0
  86. -- text size: 12
  87. -- style flags: 0
  88. -- line height: 16
  89. -- part name: Print
  90. ----- HyperTalk script -----
  91. on mouseUp
  92.   answer "Be certain that the printer is ready." with "OK" or "Cancel"
  93.   if it is "cancel" then exit mouseup
  94.   lock screen
  95.   put cd fld "title"&return&&return&&return into essay
  96.   put cd fld "body" after essay
  97.   show bg fld "print"
  98.   put essay into bg fld "print"
  99.   select text of bg fld "print"
  100.   type "c" with commandKey
  101.   printClip
  102.   hide bg fld "print"
  103. end mouseUp
  104.  
  105.  
  106.  
  107. -- part contents for background part 17
  108. ----- text -----
  109. ‚Ä¢ In the space below write your essay.  
  110. ‚Ä¢ To move quickly through your writing use the scroll bar on the side of the essay box
  111.  
  112. -- part contents for background part 19
  113. ----- text -----
  114. Indians of NorthWest USA
  115.  
  116. -- part contents for background part 20
  117. ----- text -----
  118.  
  119.  
  120.  
  121.